Demo Asp.NET Core App 32-bit
Last Update: January 20, 2025
This demo application does the followig
- Reads an 850 EDI file and lists the data extracted.
- Create an EDI 850 EDI file from a Purchase Order form.
Build instructions after download
- If not already installed, install Framework EDI 32-bit (FREDI).
If evaluating, download the evaluation version Framework EDI Enterprise 32-bit or Framework EDI Professional 32-bit here Framework EDI Evaluation - Verify that in the BIN folder the following files exist for .NET CORE support:
- EDIdEv.FrameworkEDI.CORE.dll
- Ijwhost.dll
(Typically the BIN folder would be C:\Program Files (x86)\Edidev\BIN.) - Extract the downloaded compressed zip file.
- Right click the zip file.
- Select Extract All... from the popup menu.
- In the dialog Select Destination and Extract Files, select the destination folder then click Extract button.
- Open the extracted folder, and open the .sln file with Visual Studio 2022.
- In Visual Studio 2022, rebuild the project.
- On the main menu, select Build, then select Rebuild Solution.
- Copy the Ijwhost.dll from the FREDI 32-bit installation BIN folder to the output folder that contains the project's EXE file.
(Typically from C:\Program Files (x86)\Edidev\BIN to C:\<extract folder>\frediNetCoreAspNetCoreX64\AspNetCoreWebApp\AspNetCoreWebApp\bin\Debug\net8.0)
- Launch the application.
- Press F5; or
- On the main menu, select Debug, then select Start Debugging from the drop-down menu.
Video Demo of installing sample